home *** CD-ROM | disk | FTP | other *** search
/ Aminet 20 / Aminet 20 (1997)(GTI - Schatztruhe)[!][Aug 1997].iso / Aminet / dev / gui / ClassAct2Demo.readme < prev    next >
Text File  |  1997-07-13  |  24KB  |  510 lines

  1. Short:    ClassAct 2 demo, advanced GUI toolkit
  2. Uploader: timmer@warped.com
  3. Type:     dev/gui
  4.  
  5.  
  6.                                ClassAct 2.0 Demo
  7.                                -----------------
  8.                                     -------
  9.                                       ---
  10.  
  11. ClassAct is a set of over 30 BOOPSI classes co-authored by Christopher
  12. Aldi, Timothy Aston, Osma Ahvenlampi, and Petter Nilsen.  Its now being
  13. published by Finale Development, Inc.
  14.  
  15. ClassAct provides object-oriented building blocks for your application in
  16. the form of Intuition BOOPSI classes available as either shared run-time or
  17. link-time libraries.  As they are standard classes, they may be used with
  18. any application environment supporting BOOPSI.  ClassAct is a complete GUI
  19. system in its own right, supporting everything from simple buttons to an
  20. advanced list management class, and includes a complete window GUI layout
  21. system classes that lets you create font-sensitive and resizable interfaces
  22. quickly and easily, including any preferenced window backfill pattern
  23. loadable via the system DataTypes.
  24.  
  25. Programs that use ClassAct can be made freely distributable, shareware,
  26. commercial, etc.  and there is NO FEE for users.  When you purchase
  27. ClassAct, users of your software get to use all the preferences functions
  28. of our system.  ClassAct a powerful and time-saving choice for software
  29. developers, and an affordable and convenient one as well.
  30.  
  31. Since ClassAct classes are BOOPSI, they automatically support all kinds of
  32. great features such as window relatively (resizability), 3.x help,
  33. notification, and interconnections with other BOOPSI classes (which do not
  34. necessarily have to be ClassAct classes).  ClassAct classes are "standard"
  35. AmigaOS BOOPSI class libraries, much like the colorwheel and gradient
  36. sliders that come with release 3.x of the Amiga's operating system.
  37. ClassAct classes are built for speed, power, efficiency and stability.
  38.  
  39. ClassAct is compatible with 2.04 (V37) thru 3.1 (V40) releases of the Amiga
  40. operating system and take advantage of performance increases available in
  41. release 3.x (V39+).  ClassAct has been tested with ECS, AGA, CyberGraphics,
  42. Retina, Picasso II and EGS Spectrum.
  43.  
  44. ClassAct is an expanding project, providing you with the graphical user
  45. interface tools you need to write your application.  ClassAct is currently
  46. over 30 different classes, and the list is growing all the time!
  47.  
  48. Installation:
  49. -------------
  50.  
  51. You must first run the Install_Classes Installer script to install the
  52. ClassAct classes and prefs tool on your Amiga.  You will not be able to run
  53. any of the examples without the classes installed.  If you already have
  54. some ClassAct classes on your system, the Installer will only copy NEWER
  55. versions.  Note that the Installer does not copy the examples or demo
  56. documentation.  You may run the demos right out of the extracted archive
  57. one installing the classes.  Class updates dated newer than this demo
  58. archive may, or may not be available for FTP from ftp.warped.com or
  59. ftp.finale-dev.com user support sites.
  60.  
  61. Support Classes:
  62. ----------------
  63.  
  64.  * ARexx class
  65.     - Powerful ARexx class which can be used to create and manage
  66.       arexxports. Supports many arexx abilities such as stems, etc.
  67.  
  68.  * Window class
  69.     - creates intuition window objects.  Windows maybe opened, closed
  70.       or iconified at will.  Many window attributes may be set while
  71.       the window is open. Automatically handles keyboard control,
  72.       task defered display rendering, and many other issues to
  73.       simplify IDCMP processing and programming overhead. Preference
  74.       user backfill hooks are also supported.
  75.  
  76. Gadget Classes:
  77. ---------------
  78.  * Button gadget class
  79.     - powerful button class with many of options including built-in
  80.       arrow glyphs, tab-cycle support, custom images and more.
  81.  
  82.  * CheckBox gadget class
  83.     - for checkbox gadgets, very much like GadTools CHECKBOX_KIND.
  84.  
  85.  * Chooser gadget class
  86.     - for pop-up and drop-down menus simular in purpose to CycleGadgets.
  87.  
  88.  * Clicktab gadget class
  89.     - for file folder like click tab pages
  90.  
  91.  * Fuel Gauge gadget class
  92.     - for progress indication, several features including optional
  93.       tick marks, and orientation settings.
  94.  
  95.  * GetFile gadget class
  96.     - Allows the user the option of typing in a file name or popping up a
  97.       file requester to choose a file.
  98.  
  99.  * GetFont gadget class
  100.     - Lets the user pop up a font requester to choose a font.
  101.  
  102.  * GetScreenMode gadget class
  103.     - Lets the user pop up a screen mode requester to choose a screen mode.
  104.  
  105.  * Integer gadget class
  106.     - an integer gadget with optional arrows.
  107.  
  108.  * ListBrowser gadget class
  109.     - a listview supporting multiple columns, images, multi-select, etc.
  110.  
  111.  * Layout gadget class -
  112.     - for laying out gadgets and images in a font-sensitive and resizable
  113.       hierarchical group fashion.
  114.  
  115.  * Page gadget class -
  116.     - may be used in conjuntion with clicktab or other classes
  117.       to provided paged gui displays.
  118.  
  119.  * RadioButton gadget class
  120.     - for radio button gadgets, like GadTools MX_KIND.
  121.  
  122.  * Scroller gadget class
  123.     - a proportional scrollbar with arrows, and slider mode.
  124.  
  125.  * SpeedBar gadget class
  126.     - for button tool bars (horizontal or vertical orientations) with
  127.       optional window title bar help messages.
  128.  
  129.  * String gadget class
  130.     - a simple string gadget with bevel frame.
  131.  
  132.  
  133. Image Classes:
  134. --------------
  135.  * Bevel image class
  136.     - for drawing bevel grouping boxes
  137.     - supports all kinds of standard bevels, including titled grouping.
  138.       bevels, drop-box bevels, optional inner fill color and text, etc.
  139.  
  140.  * Bitmap image class
  141.     - A contributed class, by Yvon Rozijn (Author of A-Web Amiga WWW
  142.       Browser)
  143.     - easily create images for Bitmap structures.
  144.     - loads images seamlessly through datatypes.library.
  145.     - resultant bitmap image can be embedded within a GUI Layout, Button,
  146.       Speedbar, etc.
  147.  
  148.  * Draw List image class
  149.     - for designing custom colorized and scaled vector/areafill images.
  150.  
  151.  * Glyph image class
  152.     - for standard scalable system images
  153.     - includes many images: arrows, get file, get font, etc.
  154.  
  155.  * Label image class
  156.     - makes multi-line labels mixing text, colors, images, styles, etc.
  157.  
  158.  * Penmap image class
  159.     - for pen-remapped images.
  160.  
  161.  
  162. Future classes in development include requester class, balance groups,
  163. virtual groups, application class, external tracker,  printer class,
  164. and more!
  165.  
  166. Should You Use ClassAct?:
  167. -------------------------
  168. Have you written or are you currently in the process of developing Amiga
  169. applications?  If so, the answer is a very definite YES, you should be
  170. using ClassAct.
  171.  
  172. The graphic user interfaces of many Amiga applications fit atleast one or
  173. more of the following descriptions:
  174.  
  175.  - Non-existant (i.e. command line only)
  176.  - Not font sensitive
  177.  - Not Locale sensitive
  178.  - Slow
  179.  - Memory Intensive
  180.  - Unattractive
  181.  - Lacking in intuitiveness and originality
  182.  - Non-standard
  183.  - Poor or limited keyboard control
  184.  
  185. The reasons for this are simple.  Many of the existing systems for creating
  186. a GUI are either limited in features, slow, hard to use, and/or violate
  187. system standards.  ClassAct makes every attempt to combine compability,
  188. flexiblity, usablility and some originality while following Amiga style
  189. guide.
  190.  
  191. This is why you should use ClassAct.  The Amiga is a graphic system and
  192. applications should have a attractive and responsive graphic user
  193. interface.  The ClassAct toolkit allows you to easily create an attractive
  194. GUI that doesn't suffer from the deficiencies listed above.
  195.  
  196. If you want your application to be easy to use, fast and professional
  197. looking then you should consider ClassAct.
  198.  
  199.  
  200. Purchasing ClassAct:
  201. --------------------
  202.  
  203. ClassAct is availble NOW only from for just $39.95 USD for public domain
  204. and sharware authors, and $69.95 USD for commercial developers.  It can be
  205. ordered directly from Finale Development, Inc:
  206.  
  207.  
  208.     Finale Development, Inc.
  209.     P.O. Box 6905
  210.     West Palm Beach, FL. 33405
  211.     USA
  212.  
  213.     Phone: 1 (203) 235-7518
  214.       Fax: 1 (203) 237-8459
  215.  
  216.     E-Mail: caldi@ct1.nai.net
  217.     E-Mail: caldi@finale-dev.com
  218.  
  219. If you are an author of an exising application using a competitive GUI
  220. product such as MUI, BGUI, StormWizard, GadLayout, GTLayout, Triton,
  221. GadOutline, or GUIEnv, you may take an advantage of a $10 USD discount
  222. off the purchase price.
  223.  
  224.  
  225. The ClassAct web site url is:
  226.  
  227.     WWW: http://www.warped.com/~timmer/classact/
  228.  
  229.  
  230. Here is some of what is included with ClassAct:
  231.  
  232.  - The complete set of ClassAct BOOPSI classes.
  233.  
  234.  - Documentation how to use each class in C= AutoDoc format.
  235.  
  236.  - Examples programs in C and AmigaE for using each of the classes.
  237.  
  238.  - C, AmigaE, Cyclone Module II, includes that you will need for writing
  239.    programs that use ClassAct. Assember support available, ask for details.
  240.    We offer FREE copies of ClassAct to anyone who wishes to create the
  241.    support modules and includes for other compilers. Please email us for
  242.    more details.
  243.  
  244.  - classact.lib which includes SAS/C or DICE auto-open support for
  245.    ClassAct classes easing use. Source included.
  246.  
  247.  - SBGen which allows you to quickly generate SpeedBar gadget source
  248.    code and image data from a collection of 100+ pre-designed images.
  249.  
  250.  - Free bug fixes via ftp/email.
  251.  
  252.  - Free minor updates via ftp/email. 
  253.  
  254.  - Technical support directly from the ClassAct Development Team
  255.    and via the ClassAct Mailing list. (See our FAQ for more info).
  256.  
  257. We hope you enjoy the ClassAct demo.  Be sure you experiment with the
  258. included preferences program to configure various GUI styles. If you
  259. have any questions or comments, suggestions or problems, please do not
  260. hesitate to contact us.
  261.  
  262. We want your comments and suggestions so we can improve ClassAct. If you
  263. should find a bug, or shortcoming in the system, we encorage you to contact
  264. us immediatly with as much related information as possible - an unreported
  265. bug may never get fixed if it is not discovered and reported.
  266.  
  267.  
  268. ============================= Archive contents =============================
  269.  
  270. Original  Packed Ratio    Date     Time    Name
  271. -------- ------- ----- --------- --------  -------------
  272.      628     270 57.0% 31-May-97 17:03:44  ClassAct.info
  273.      628     274 56.3% 31-May-97 17:00:16 +AmigaE.info
  274.     2388    1433 39.9% 04-Mar-96 19:57:20 +ClickTabExample
  275.     4628    1556 66.3% 04-Mar-96 19:57:20 +ClickTabExample.e
  276.      521     237 54.5% 25-Apr-97 21:46:48 +ClickTabExample.info
  277.     2368    1179 50.2% 04-Mar-96 19:57:20 +ConnectExample
  278.     5627    1569 72.1% 04-Mar-96 19:57:20 +ConnectExample.e
  279.      626     142 77.3% 25-Apr-97 21:46:48 +ConnectExample.info
  280.      757     416 45.0% 04-Mar-96 19:57:22 +E_Examples.doc
  281.      463     184 60.2% 25-Apr-97 21:46:50 +E_Examples.doc.info
  282.    12116    4808 60.3% 04-Mar-96 19:57:20 +LayoutExample
  283.    20500    6381 68.8% 04-Mar-96 19:57:22 +LayoutExample.e
  284.      626     156 75.0% 25-Apr-97 21:46:48 +LayoutExample.info
  285.    19320    3523 81.7% 16-Mar-96 14:38:34 +PenMapExample
  286.    73080    2973 95.9% 16-Mar-96 14:38:34 +PenMapExample.e
  287.      450     178 60.4% 25-Apr-97 21:46:50 +PenMapExample.info
  288.     1008     710 29.5% 25-Apr-97 21:43:02 +CheckAssign
  289.     9883    4196 57.5% 04-Jun-97 13:22:06 +ClassActDemo.doc
  290.      468     197 57.9% 31-May-97 17:00:16 +ClassActDemo.doc.info
  291.    19828    7385 62.7% 04-Jun-97 13:22:44 +ClassActFAQ.doc
  292.      468     193 58.7% 31-May-97 17:00:16 +ClassActFAQ.doc.info
  293.      628     277 55.8% 31-May-97 17:00:16 +Classes.info
  294.     8664    5074 41.4% 11-May-97 01:51:48 +arexx.class
  295.    10928    5726 47.6% 31-May-97 15:47:22 +button.gadget
  296.     6828    4266 37.5% 31-May-97 15:47:22 +checkbox.gadget
  297.    12096    7296 39.6% 12-Jun-97 21:36:24 +chooser.gadget
  298.    10432    6334 39.2% 31-May-97 15:47:22 +clicktab.gadget
  299.     6640    3927 40.8% 31-May-97 15:47:22 +fuelgauge.gadget
  300.     7208    4312 40.1% 31-May-97 15:47:22 +getfile.gadget
  301.     5116    3133 38.7% 31-May-97 15:47:22 +getfont.gadget
  302.     6144    3682 40.0% 31-May-97 15:47:22 +getscreenmode.gadget
  303.    10536    5915 43.8% 31-May-97 15:47:22 +integer.gadget
  304.    22596   12621 44.1% 10-May-97 14:44:02 +layout.gadget
  305.    20592   11394 44.6% 11-May-97 01:53:10 +layout.gadget.020
  306.    35892   17598 50.9% 11-May-97 01:53:10 +listbrowser.gadget
  307.     9048    5208 42.4% 31-May-97 15:47:22 +palette.gadget
  308.     5856    3753 35.9% 31-May-97 15:47:22 +radiobutton.gadget
  309.     9132    5413 40.7% 31-May-97 15:47:22 +scroller.gadget
  310.    11940    5765 51.7% 31-May-97 15:47:22 +slider.gadget
  311.     2416    1631 32.4% 31-May-97 15:47:22 +space.gadget
  312.    14764    7430 49.6% 31-May-97 15:47:24 +speedbar.gadget
  313.     4220    2598 38.4% 31-May-97 15:47:24 +string.gadget
  314.    20392   11449 43.8% 31-May-97 15:47:24 +textfield.gadget
  315.    11048    6113 44.6% 11-May-97 01:52:02 +bevel.image
  316.     3856    2425 37.1% 11-May-97 01:52:02 +bitmap.image
  317.     3676    1915 47.9% 11-May-97 01:52:02 +drawlist.image
  318.     6356    2957 53.4% 11-May-97 01:52:02 +glyph.image
  319.     7016    4339 38.1% 11-May-97 01:52:02 +label.image
  320.     4164    2821 32.2% 11-May-97 01:52:02 +penmap.image
  321.    29316   14875 49.2% 11-May-97 01:51:48 +window.class
  322.      628     275 56.2% 31-May-97 17:00:16 +Demo.info
  323.    38212   15479 59.4% 31-May-97 18:31:16 +ClassActDemo
  324.    41856   10185 75.6% 31-May-97 18:30:22 +ClassActDemo.c
  325.      296     185 37.5% 27-Apr-97 14:49:24 +ClassActDemo.c.info
  326.      521     230 55.8% 27-Apr-97 14:49:24 +ClassActDemo.info
  327.      140     102 27.1% 31-May-97 18:31:16 +ClassActDemo.lnk
  328.    17320    6957 59.8% 31-May-97 18:31:14 +ClassActDemo.o
  329.    72937   11198 84.6% 27-Apr-97 14:50:22 +Images.c
  330.      296     188 36.4% 27-Apr-97 14:49:24 +Images.c.info
  331.    18244    7139 60.8% 31-May-97 15:53:48 +Images.o
  332.      156     117 25.0% 31-May-97 18:30:12 +SCOPTIONS
  333.      225     155 31.1% 27-Apr-97 14:50:28 +SMakeFile
  334.      640     365 42.9% 27-Apr-97 14:49:24 +SMakeFile.info
  335.      628     280 55.4% 31-May-97 17:00:16 +Examples.info
  336.      628     269 57.1% 11-May-97 01:47:52 +ARexx.info
  337.     7976    4919 38.3% 25-Jan-96 03:27:32 +ARexxExample
  338.     6384    2303 63.9% 25-Apr-97 22:45:10 +ARexxExample.c
  339.      300     198 34.0% 11-May-97 01:47:50 +ARexxExample.c.info
  340.      535     327 38.8% 11-May-97 01:47:50 +ARexxExample.info
  341.      334     187 44.0% 17-Mar-96 16:36:40 +rx_me_demo.rexx
  342.      293     189 35.4% 11-May-97 01:47:50 +rx_me_demo.rexx.info
  343.      628     270 57.0% 31-May-97 17:00:36 +BackFill.info
  344.     3394    1645 51.5% 17-Mar-96 00:08:32 +BackFill.Brush
  345.      521     230 55.8% 31-May-97 17:00:36 +BackFill.Brush.info
  346.    13076    6797 48.0% 06-Dec-95 01:29:52 +BackFillExample
  347.    10747    3928 63.4% 25-Apr-97 22:45:26 +BackfillExample.c
  348.      300     195 35.0% 31-May-97 17:00:36 +BackfillExample.c.info
  349.      521     232 55.4% 31-May-97 17:00:36 +BackFillExample.info
  350.      628     261 58.4% 27-Apr-97 18:55:24 +BitMap.info
  351.     3360    2139 36.3% 27-Apr-97 18:31:54 +BitMapExample
  352.     5703    1713 69.9% 27-Apr-97 18:37:18 +BitMapExample.c
  353.      296     180 39.1% 27-Apr-97 18:37:18 +BitMapExample.c.info
  354.      835     396 52.5% 27-Apr-97 18:25:32 +BitMapExample.info
  355.      956     632 33.8% 27-Apr-97 18:23:00 +buttons.iff
  356.      628     266 57.6% 11-May-97 01:45:08 +CheckBox.info
  357.     4232    2490 41.1% 27-Apr-97 15:00:44 +checkboxexample
  358.     5225    1834 64.8% 27-Apr-97 15:00:44 +checkboxexample.c
  359.      300     195 35.0% 11-May-97 01:45:08 +checkboxexample.c.info
  360.      450     182 59.5% 11-May-97 01:45:08 +CheckBoxExample.info
  361.      628     272 56.6% 11-May-97 01:47:22 +Chooser.info
  362.     4184    2522 39.7% 27-Apr-97 15:00:44 +chooserexample
  363.     4706    1693 64.0% 11-May-97 02:24:18 +chooserexample.c
  364.      300     197 34.3% 11-May-97 01:47:28 +chooserexample.c.info
  365.      454     169 62.7% 11-May-97 01:47:28 +ChooserExample.info
  366.    10384    6383 38.5% 27-Apr-97 15:00:44 +hiddenchooser
  367.     5677    2259 60.2% 27-Apr-97 15:00:44 +hiddenchooser.c
  368.      300     197 34.3% 11-May-97 01:47:28 +hiddenchooser.c.info
  369.      454     168 62.9% 11-May-97 01:47:28 +HiddenChooser.info
  370.      628     275 56.2% 04-Jun-97 14:34:02 +ClickTab.info
  371.     2968    1982 33.2% 02-Feb-96 02:23:38 +ClickTabExample
  372.     4410    1675 62.0% 27-Apr-97 14:38:00 +ClickTabExample.c
  373.      300     198 34.0% 04-Jun-97 14:34:02 +ClickTabExample.c.info
  374.      521     235 54.8% 04-Jun-97 14:34:02 +ClickTabExample.info
  375.     7008    3215 54.1% 04-Jun-97 14:31:22 +pageexample
  376.    11133    2680 75.9% 04-Jun-97 14:31:22 +pageexample.c
  377.      300     197 34.3% 04-Jun-97 14:34:02 +PageExample.c.info
  378.      521     234 55.0% 04-Jun-97 14:34:02 +PageExample.info
  379.      628     269 57.1% 11-May-97 01:46:22 +Connect.info
  380.     3664    2262 38.2% 05-Nov-95 01:00:00 +ConnectExample
  381.     4660    1649 64.6% 27-Apr-97 14:38:14 +ConnectExample.c
  382.      300     197 34.3% 11-May-97 01:46:22 +ConnectExample.c.info
  383.      626     143 77.1% 11-May-97 01:46:22 +ConnectExample.info
  384.      628     271 56.8% 11-May-97 01:44:30 +EnvEdit.info
  385.    10720    5924 44.7% 14-Mar-96 22:43:44 +EnvEdit
  386.    21654    6749 68.8% 27-Apr-97 14:38:38 +envedit.c
  387.      300     197 34.3% 11-May-97 01:44:30 +EnvEdit.c.info
  388.      525     202 61.5% 11-May-97 01:44:30 +EnvEdit.info
  389.      159     112 29.5% 27-Apr-97 14:48:28 +Examples.doc
  390.      468     192 58.9% 27-Apr-97 18:55:36 +Examples.doc.info
  391.      628     274 56.3% 11-May-97 01:44:42 +FuelGauge.info
  392.     4712    2692 42.8% 27-Apr-97 15:00:44 +fuelgaugeexample
  393.     5873    1883 67.9% 27-Apr-97 15:00:44 +fuelgaugeexample.c
  394.      296     192 35.1% 11-May-97 01:44:42 +fuelgaugeexample.c.info
  395.      835     398 52.3% 11-May-97 01:44:42 +FuelGaugeExample.info
  396.      628     269 57.1% 11-May-97 01:46:10 +Glyph.info
  397.     6380    2814 55.8% 24-Nov-95 00:28:00 +GlyphExample
  398.     8517    2152 74.7% 27-Apr-97 14:39:00 +GlyphExample.c
  399.      300     198 34.0% 11-May-97 01:46:10 +GlyphExample.c.info
  400.      454     190 58.1% 11-May-97 01:46:10 +GlyphExample.info
  401.      628     277 55.8% 11-May-97 01:42:08 +Integer.info
  402.     4100    2399 41.4% 27-Apr-97 15:00:44 +IntegerExample
  403.     4864    1683 65.3% 27-Apr-97 15:00:44 +IntegerExample.c
  404.      300     201 33.0% 11-May-97 01:42:08 +IntegerExample.c.info
  405.      454     206 54.6% 11-May-97 01:42:08 +IntegerExample.info
  406.      628     274 56.3% 11-May-97 01:41:52 +Label.info
  407.     6428    3963 38.3% 25-Jan-96 03:29:46 +LabelExample
  408.     6384    2198 65.5% 27-Apr-97 14:40:18 +LabelExample.c
  409.      300     197 34.3% 11-May-97 01:41:52 +LabelExample.c.info
  410.      450     173 61.5% 11-May-97 01:41:52 +LabelExample.info
  411.      628     278 55.7% 11-May-97 01:43:22 +Layout.info
  412.     4660    2632 43.5% 11-May-97 02:23:38 +dynamicexample
  413.     7302    1877 74.2% 11-May-97 02:23:38 +dynamicexample.c
  414.      300     199 33.6% 11-May-97 01:43:22 +DynamicExample.c.info
  415.      626     154 75.3% 11-May-97 01:43:22 +DynamicExample.info
  416.     7732    4116 46.7% 04-Jun-97 14:31:58 +LayoutExample
  417.    15349    5425 64.6% 27-Apr-97 18:41:10 +LayoutExample.c
  418.      300     198 34.0% 11-May-97 01:43:22 +LayoutExample.c.info
  419.      626     155 75.2% 11-May-97 01:43:22 +LayoutExample.info
  420.     4760    2711 43.0% 27-Apr-97 15:00:44 +WeightedDemo
  421.     8158    2799 65.6% 27-Apr-97 15:00:44 +WeightedDemo.c
  422.      300     200 33.3% 11-May-97 01:43:22 +WeightedDemo.c.info
  423.      626     156 75.0% 11-May-97 01:43:22 +WeightedDemo.info
  424.      628     271 56.8% 31-May-97 16:33:50 +ListBrowser.info
  425.     7052    3711 47.3% 25-Apr-96 14:13:20 +LB_Example
  426.    10089    2899 71.2% 27-Apr-97 18:43:38 +LB_Example.c
  427.      300     197 34.3% 31-May-97 16:33:46 +LB_Example.c.info
  428.      450     169 62.4% 31-May-97 16:33:46 +LB_Example.info
  429.     9476    5077 46.4% 05-Nov-95 01:00:00 +ListBrowserExample
  430.    15091    4050 73.1% 27-Apr-97 18:43:42 +ListBrowserExample.c
  431.      300     197 34.3% 31-May-97 16:33:46 +ListBrowserExample.c.info
  432.      450     171 62.0% 31-May-97 16:33:46 +ListBrowserExample.info
  433.      628     274 56.3% 11-May-97 01:48:58 +Palette.info
  434.     5864    3661 37.5% 25-Jan-96 03:30:22 +PaletteExample
  435.     4112    1579 61.6% 27-Apr-97 18:47:26 +PaletteExample.c
  436.      300     198 34.0% 11-May-97 01:48:58 +PaletteExample.c.info
  437.      626     141 77.4% 11-May-97 01:48:58 +PaletteExample.info
  438.      628     274 56.3% 31-May-97 16:34:30 +PenMap.info
  439.     6064    3543 41.5% 16-Nov-95 02:01:30 +PenMapExample
  440.     4368    1286 70.5% 27-Apr-97 18:44:42 +PenMapExample.c
  441.      300     196 34.6% 31-May-97 16:34:30 +PenMapExample.c.info
  442.      450     175 61.1% 31-May-97 16:34:30 +PenMapExample.info
  443.      628     269 57.1% 11-May-97 01:41:16 +PrintReq.info
  444.     8552    4080 52.2% 24-Nov-95 00:32:48 +PrintReqExample
  445.    15512    4009 74.1% 27-Apr-97 18:44:48 +PrintReqExample.c
  446.      300     202 32.6% 11-May-97 01:41:14 +PrintReqExample.c.info
  447.      631     344 45.4% 11-May-97 01:41:14 +PrintReqExample.info
  448.      628     269 57.1% 11-May-97 01:49:26 +RadioButton.info
  449.     4112    2496 39.2% 27-Apr-97 15:00:44 +radioexample
  450.     4820    1714 64.4% 27-Apr-97 15:00:44 +radioexample.c
  451.      300     199 33.6% 11-May-97 01:49:26 +radioexample.c.info
  452.      450     207 54.0% 11-May-97 01:49:26 +RadioExample.info
  453.      628     274 56.3% 27-Apr-97 18:55:26 +ReqTools.info
  454.     7056    3507 50.2% 27-Apr-97 15:00:44 +ReqTools
  455.     8706    2667 69.3% 27-Apr-97 15:00:44 +ReqTools.c
  456.      300     197 34.3% 27-Apr-97 18:49:20 +ReqTools.c.info
  457.      521     227 56.4% 27-Apr-97 18:49:20 +ReqTools.info
  458.      628     278 55.7% 11-May-97 01:43:00 +Speed.info
  459.    10208    2915 71.4% 05-Nov-95 01:00:00 +SpeedExample1
  460.    11215    1409 87.4% 27-Apr-97 18:45:08 +SpeedExample1.c
  461.      300     197 34.3% 11-May-97 01:43:00 +SpeedExample1.c.info
  462.      450     147 67.3% 11-May-97 01:43:00 +SpeedExample1.info
  463.     6472    2375 63.3% 05-Nov-95 01:00:00 +SpeedExample2
  464.     7327    1355 81.5% 27-Apr-97 18:45:12 +SpeedExample2.c
  465.      300     196 34.6% 11-May-97 01:43:00 +SpeedExample2.c.info
  466.      450     185 58.8% 11-May-97 01:43:00 +SpeedExample2.info
  467.     7472    2215 70.3% 05-Nov-95 01:00:00 +SpeedExample3
  468.    11369    1457 87.1% 27-Apr-97 18:45:14 +SpeedExample3.c
  469.      300     200 33.3% 11-May-97 01:43:00 +SpeedExample3.c.info
  470.      626     142 77.3% 11-May-97 01:43:00 +SpeedExample3.info
  471.      628     271 56.8% 11-May-97 01:42:28 +SpeedBar.info
  472.    10628    6324 40.4% 27-Apr-97 18:35:00 +speedbarexample
  473.    13535    3497 74.1% 27-Apr-97 18:52:58 +speedbarexample.c
  474.      300     201 33.0% 11-May-97 01:42:28 +speedbarexample.c.info
  475.      450     155 65.5% 11-May-97 01:42:28 +SpeedBarExample.info
  476.      628     275 56.2% 11-May-97 01:42:46 +String.info
  477.     8468    5274 37.7% 27-Apr-97 15:54:14 +stringexample
  478.     7089    2507 64.6% 27-Apr-97 15:53:36 +stringexample.c
  479.      300     200 33.3% 11-May-97 01:42:46 +stringexample.c.info
  480.      454     160 64.7% 11-May-97 01:42:46 +StringExample.info
  481.    23090    7144 69.0% 25-Apr-97 21:43:20 +Install_Classes
  482.      712     361 49.2% 31-May-97 17:00:16 +Install_Classes.info
  483.     1110     573 48.3% 12-Mar-96 01:02:16 +Layout_README.doc
  484.      468     192 58.9% 31-May-97 17:00:18 +Layout_README.doc.info
  485.     2040    1032 49.4% 12-Jun-97 21:46:44 +License.doc
  486.      468     193 58.7% 31-May-97 17:00:16 +License.doc.info
  487.     2851     800 71.9% 31-May-97 14:49:36 +OrderForm.doc
  488.      468     193 58.7% 31-May-97 17:00:16 +OrderForm.doc.info
  489.      637     289 54.6% 31-May-97 17:00:16 +Prefs.info
  490.     3356    1940 42.1% 25-Apr-97 21:42:52 +caprefs
  491.     2276     997 56.1% 25-Apr-97 21:42:54 +CAPrefs.doc
  492.      463     183 60.4% 25-Apr-97 21:48:02 +CAPrefs.doc.info
  493.    33076   11138 66.3% 25-Apr-97 21:42:56 +ClassAct
  494.     1611     853 47.0% 25-Apr-97 21:42:58 +classact.history
  495.      463     184 60.2% 25-Apr-97 21:48:02 +ClassAct.history.info
  496.     3192    2214 30.6% 25-Apr-97 21:48:02 +ClassAct.info
  497.      628     275 56.2% 31-May-97 17:05:26 +PreView!.info
  498.    58816   31905 45.7% 31-May-97 17:04:32 +PreView0.iff
  499.      530     242 54.3% 31-May-97 17:05:38 +PreView0.iff.info
  500.    44490   21211 52.3% 31-May-97 17:04:32 +PreView1.iff
  501.      530     241 54.5% 31-May-97 17:06:24 +PreView1.iff.info
  502.    49842   26043 47.7% 31-May-97 17:04:32 +PreView2.iff
  503.      530     241 54.5% 31-May-97 17:06:20 +PreView2.iff.info
  504.    42860   19299 54.9% 31-May-97 17:04:32 +PreView3.iff
  505.      530     241 54.5% 31-May-97 17:06:16 +PreView3.iff.info
  506.     1732     912 47.3% 31-May-97 16:29:08 +Quill_README.doc
  507.      468     193 58.7% 31-May-97 17:00:16 +Quill_README.doc.info
  508. -------- ------- ----- --------- --------
  509.  1445118  589044 59.2% 13-Jun-97 23:11:12   236 files
  510.